zmVlcInit=Select location folder for VLC libraries, initialize plugin. The plugin is designed to work with 32-bit version of VLC only! Set of libraries from VLC version 2.0.8 (32-bit) is required, the folder hierarchy must be observed: http://neobooker.ru/Downloads/Plugins/zmVLC_Plugin/Libs/VLC208.zip
zmVlcFree=Disable plugin. Stops playback, destroys all media player objects created and frees resources.
zmVlcGet=Get information about plugin's status (information about VLC libraries, etc.) or its properties.
zmVlcSet=Set some general plugin properties (e.g. whether to use the NeoBook [LastError] variable to output error messages. For special plugin error codes, see the Plugin Help.
zmVlcPlayerCreate=Create the "media player" object (VlcPlayer), define initial configuration of its properties and events (see the Plugin Help for the variety of available events and plugin variables).
zmVlcPlayerDestroy=Stop playback and destroy the "media player" object (VlcPlayer).
zmVlcPlayerMrl= Assign an MRL (Media Resource Locator) to the media player - local media file, remote URL, or DVD disc/folder.
zmVlcPlayerPlay=Start or resume paused playback.
zmVlcPlayerPause=Pause or resume playback.
zmVlcPlayerStop=Stop playback.
zmVlcPlayerNextFrame=Go to the next video frame (single-frame view).
zmVlcPlayerGet=Get status information about the media player or its controls, and store the result in a variable.
zmVlcPlayerSet=Set position, tempo, mode (full screen or not) of current media playback.
zmVlcPlayerConfigGet=Get information about the media player property, and store the result in a variable.
zmVlcPlayerConfigSet=Set media player properties.
zmVlcPlayerSetAction= Assign, reassign or cancel a subroutine to be executed when a specified media player event occurs.
zmVlcPlayerCursor= Assign the media player its own cursor (load from an external local file).
zmVlcPlayerVideoGet=Get information about current video properties.
zmVlcPlayerVideoSet=Set properties of the current video.
zmVlcPlayerShapshot=Take a snapshot of the current media player video frame and save the image to a PNG file.
zmVlcPlayerAudioGet=Get information about current audio properties.
zmVlcPlayerAudioSet=Set properties of the current audio.
zmVlcPlayerAudioGetEx=Get information about the audio track based on its defined property.
zmVlcPlayerNavGet=Get information about the titles or chapters (chapters) of the current DVD or video file, their number, title (if available).
zmVlcPlayerGoTo=Go to the specified title or chapter of the current media (if available).
zmVlcMediaMetaRead=Get the meta data of the current media for the media player or for an external media file.
zmVlcMediaMetaWrite=Write new meta data into current (for media player) or external local media file.
zmVlcColorBox=Displays a standard color selection dialog and stores the value of the selected color to a variable.
zmVlcStrings=Enables you to set your own (or translate into another language) string texts for some messages (experimental feature!) that the plugin outputs automatically to its variables instead of the default ones (dictionary).

*** Translated with www.DeepL.com/Translator (free version) ***

